Word for WPF
Font コンストラクタ(RtfFontStyle,Double,Byte[])

C1.WPF.Word.4.5.2 アセンブリ > C1.WPF.Word 名前空間 > Font クラス > Font コンストラクタ : Font コンストラクタ(RtfFontStyle,Double,Byte[])
フォントスタイル属性。
フォントサイズ(ポイント単位)。
生フォントファイルデータ。
Fontオブジェクトの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal style As RtfFontStyle, _
   ByVal sizeInPoints As System.Double, _
   ByVal fontData() As System.Byte _
)
public Font( 
   RtfFontStyle style,
   System.double sizeInPoints,
   System.byte[] fontData
)

パラメータ

style
フォントスタイル属性。
sizeInPoints
フォントサイズ(ポイント単位)。
fontData
生フォントファイルデータ。
参照

Font クラス
Font メンバ
オーバーロード一覧